home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ansi / look120.zip / LOOK120.DOC < prev    next >
Text File  |  1987-06-03  |  4KB  |  92 lines

  1.                                                         LOOK120
  2.                                                   A File View Utility
  3.                                                    (C) Copyright 1987
  4.                                                       Doctor Debug
  5.                                                      Pittsburgh, Pa
  6.  
  7.                                             This program is released to the 
  8.                                            public domain, and distribution is 
  9.                                                permitted and encouraged.
  10.  
  11.      LOOK120 is an experimental program designed to allow viewing of 120 columns on a standard IBM Color Display or 
  12. Enhanced Color Display. Please forward any comments you may have to the Doctor.
  13.  
  14.      The IBM PC is designed to show text in an 80X25 matrix, meaning that attempts to view a file with line lengths of 
  15. greater than 80 causes the offending lines to be cut off at 80 or (worse) wrapped around to the next line, making the 
  16. display totally incomprehensible. In particular, listing (.LST) files produced by the Macro Assembler have long line 
  17. lengths, and I quite often like to look at the listing file to see a memory reference or to check on how variables are 
  18. being stored. This is very difficult to do with only 80 columns. LOOK120 fills this need perfectly.
  19.  
  20.      LOOK120 in its current form is functionally equivalent to BROWSE, a program from PC magazine. The only difference 
  21. is that LOOK120 displays the file in a 120 columns, 27 row format. This means that the display is a little less 
  22. readable, but if you adjust your monitor's intensity a bit and get lots of Vitamin A you should be able to make out 
  23. everything.
  24.  
  25.      Invoke LOOK120 by typing:
  26.  
  27.           LOOK120 [drive:][path\]filename
  28.  
  29.      or, optionally:
  30.  
  31.           LOOK120          
  32.  
  33.      in which case the program will ask you to enter a filename.
  34.  
  35.      The first page of the file will be displayed in "compressed" mode. Now you can give the following single keypress 
  36. commands:
  37.  
  38.      ESC       - return to DOS
  39.      Home      - show beginning of file
  40.      End       - show end of file
  41.      PageUp    - show previous page of file
  42.      PageDn    - show next page of file
  43.      Space     - toggle "upper case" mode. Initially, the text is displayed exactly as it appears in the file. If "upper 
  44.                  case" mode is activated all lower case letters will be made upper case, as these are a bit more 
  45.                  readable. 
  46.  
  47.      Again, I stress that this program is its experimental stage. If you like the "compressed" display, please let me 
  48. know and I will expand upon this program, giving it search functions, for instance. LIST120 is currently written in 
  49. Turbo Pascal, but a finished version would certainly be in Assembler for increased 
  50. speed.
  51.  
  52.      If you have any comments or suggestions, please forward them to:
  53.  
  54.  
  55.             
  56.                     Doctor Debug
  57.                     1 Windsor Road B-6
  58.                     Pittsburgh, Pa  15239
  59.  
  60.      or you can leave a message in the Doctor's Laboratory on any of these fine OPUS BBS Systems:
  61.  
  62.           Soundingboard  (412) 681-9464
  63.           NeverBoard     (412) 243-5880
  64.     
  65.      In addition to these boards, the latest versions of all the Doctor's Public Domain and Shareware programs can 
  66. always be found on:
  67.  
  68.           The Astral Board (Collie)  (412) 571-0472
  69.  
  70.  
  71.      Among these programs are:
  72.  
  73.      SUPERCOM -     Buffered Asynchronous Support for Assembler and Pascal programmers
  74.  
  75.      SUPERSORTER -  Throw away the DOS SORT command
  76.  
  77.      INVIS-I-DISK - Makes floppies "invisible" to the boot process
  78.  
  79.      UPDATE -       File utility allows backup of files which already exist on the floppy. 
  80.  
  81.      FIXKEYS -      Allows your programs to detect "undetectable" keystrokes (like Keypad-5 and F11, F12)
  82.  
  83.      EX -           Allows nesting of DOS Batch files
  84.  
  85.      BETCOMP -      Full featured in-context file comparison program.
  86.  
  87.      REBOOT -       Reboot your system at the same time every night.                                                       
  88.           
  89.      SWITCH -       Quickly and easily switch two filenames
  90.  
  91.  
  92.